3.288 \(\int \sec ^p(a+b \log (c x^n)) \, dx\)

Optimal. Leaf size=107 \[ \frac {x \left (1+e^{2 i a} \left (c x^n\right )^{2 i b}\right )^p \, _2F_1\left (p,-\frac {i-b n p}{2 b n};\frac {1}{2} \left (p-\frac {i}{b n}+2\right );-e^{2 i a} \left (c x^n\right )^{2 i b}\right ) \sec ^p\left (a+b \log \left (c x^n\right )\right )}{1+i b n p} \]

[Out]

x*(1+exp(2*I*a)*(c*x^n)^(2*I*b))^p*hypergeom([p, 1/2*(-I+b*n*p)/b/n],[1-1/2*I/b/n+1/2*p],-exp(2*I*a)*(c*x^n)^(
2*I*b))*sec(a+b*ln(c*x^n))^p/(1+I*b*n*p)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 107, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {4503, 4507, 364} \[ \frac {x \left (1+e^{2 i a} \left (c x^n\right )^{2 i b}\right )^p \, _2F_1\left (p,-\frac {i-b n p}{2 b n};\frac {1}{2} \left (p-\frac {i}{b n}+2\right );-e^{2 i a} \left (c x^n\right )^{2 i b}\right ) \sec ^p\left (a+b \log \left (c x^n\right )\right )}{1+i b n p} \]

Antiderivative was successfully verified.

[In]

Int[Sec[a + b*Log[c*x^n]]^p,x]

[Out]

(x*(1 + E^((2*I)*a)*(c*x^n)^((2*I)*b))^p*Hypergeometric2F1[p, -(I - b*n*p)/(2*b*n), (2 - I/(b*n) + p)/2, -(E^(
(2*I)*a)*(c*x^n)^((2*I)*b))]*Sec[a + b*Log[c*x^n]]^p)/(1 + I*b*n*p)

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 4503

Int[Sec[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(d_.)]^(p_.), x_Symbol] :> Dist[x/(n*(c*x^n)^(1/n)), Subst[Int[x
^(1/n - 1)*Sec[d*(a + b*Log[x])]^p, x], x, c*x^n], x] /; FreeQ[{a, b, c, d, n, p}, x] && (NeQ[c, 1] || NeQ[n,
1])

Rule 4507

Int[((e_.)*(x_))^(m_.)*Sec[((a_.) + Log[x_]*(b_.))*(d_.)]^(p_.), x_Symbol] :> Dist[(Sec[d*(a + b*Log[x])]^p*(1
 + E^(2*I*a*d)*x^(2*I*b*d))^p)/x^(I*b*d*p), Int[((e*x)^m*x^(I*b*d*p))/(1 + E^(2*I*a*d)*x^(2*I*b*d))^p, x], x]
/; FreeQ[{a, b, d, e, m, p}, x] &&  !IntegerQ[p]

Rubi steps

\begin {align*} \int \sec ^p\left (a+b \log \left (c x^n\right )\right ) \, dx &=\frac {\left (x \left (c x^n\right )^{-1/n}\right ) \operatorname {Subst}\left (\int x^{-1+\frac {1}{n}} \sec ^p(a+b \log (x)) \, dx,x,c x^n\right )}{n}\\ &=\frac {\left (x \left (c x^n\right )^{-\frac {1}{n}-i b p} \left (1+e^{2 i a} \left (c x^n\right )^{2 i b}\right )^p \sec ^p\left (a+b \log \left (c x^n\right )\right )\right ) \operatorname {Subst}\left (\int x^{-1+\frac {1}{n}+i b p} \left (1+e^{2 i a} x^{2 i b}\right )^{-p} \, dx,x,c x^n\right )}{n}\\ &=\frac {x \left (1+e^{2 i a} \left (c x^n\right )^{2 i b}\right )^p \, _2F_1\left (p,-\frac {i-b n p}{2 b n};\frac {1}{2} \left (2-\frac {i}{b n}+p\right );-e^{2 i a} \left (c x^n\right )^{2 i b}\right ) \sec ^p\left (a+b \log \left (c x^n\right )\right )}{1+i b n p}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.81, size = 142, normalized size = 1.33 \[ -\frac {i 2^p x \left (\frac {e^{i a} \left (c x^n\right )^{i b}}{1+e^{2 i a} \left (c x^n\right )^{2 i b}}\right )^p \left (1+e^{2 i a} \left (c x^n\right )^{2 i b}\right )^p \, _2F_1\left (p,\frac {b n p-i}{2 b n};\frac {1}{2} \left (p-\frac {i}{b n}+2\right );-e^{2 i a} \left (c x^n\right )^{2 i b}\right )}{b n p-i} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Sec[a + b*Log[c*x^n]]^p,x]

[Out]

((-I)*2^p*x*((E^(I*a)*(c*x^n)^(I*b))/(1 + E^((2*I)*a)*(c*x^n)^((2*I)*b)))^p*(1 + E^((2*I)*a)*(c*x^n)^((2*I)*b)
)^p*Hypergeometric2F1[p, (-I + b*n*p)/(2*b*n), (2 - I/(b*n) + p)/2, -(E^((2*I)*a)*(c*x^n)^((2*I)*b))])/(-I + b
*n*p)

________________________________________________________________________________________

fricas [F]  time = 0.66, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sec \left (b \log \left (c x^{n}\right ) + a\right )^{p}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(a+b*log(c*x^n))^p,x, algorithm="fricas")

[Out]

integral(sec(b*log(c*x^n) + a)^p, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sec \left (b \log \left (c x^{n}\right ) + a\right )^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(a+b*log(c*x^n))^p,x, algorithm="giac")

[Out]

integrate(sec(b*log(c*x^n) + a)^p, x)

________________________________________________________________________________________

maple [F]  time = 0.08, size = 0, normalized size = 0.00 \[ \int \sec ^{p}\left (a +b \ln \left (c \,x^{n}\right )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(a+b*ln(c*x^n))^p,x)

[Out]

int(sec(a+b*ln(c*x^n))^p,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sec \left (b \log \left (c x^{n}\right ) + a\right )^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(a+b*log(c*x^n))^p,x, algorithm="maxima")

[Out]

integrate(sec(b*log(c*x^n) + a)^p, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int {\left (\frac {1}{\cos \left (a+b\,\ln \left (c\,x^n\right )\right )}\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1/cos(a + b*log(c*x^n)))^p,x)

[Out]

int((1/cos(a + b*log(c*x^n)))^p, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sec ^{p}{\left (a + b \log {\left (c x^{n} \right )} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(a+b*ln(c*x**n))**p,x)

[Out]

Integral(sec(a + b*log(c*x**n))**p, x)

________________________________________________________________________________________